home *** CD-ROM | disk | FTP | other *** search
- #define MUIV_View_Mode_Face 0
- #define MUIV_View_Mode_Top 1
- #define MUIV_View_Mode_Left 2
- #define MUIV_View_Mode_Persp 3
-
- Class View:MUIC_Area
- {
- short Mode;
- float X,Y,Z;
- float Zoom,GridSize;
- float FactorX,FactorY;
- model_t *Model;
-
- Attribute Mode:I;
- Attribute X:ISG;
- Attribute Y:ISG;
- Attribute Z:ISG;
- Attribute Zoom:ISG;
- Attribute GridSize:ISG;
- Attribute Model:ISG;
-
- Method ScrollXPos();
- Method ScrollXNeg();
- Method ScrollYPos();
- Method ScrollYNeg();
- Method ScrollZPos();
- Method ScrollZNeg();
- };
-
-